projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a59fed7
)
Include <config.h>, so DOS_NT is defined on MSDOS.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 23 Aug 1996 08:16:06 +0000
(08:16 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 23 Aug 1996 08:16:06 +0000
(08:16 +0000)
lib-src/hexl.c
patch
|
blob
|
history
diff --git
a/lib-src/hexl.c
b/lib-src/hexl.c
index 5d71033d4341b6f5664371ff39a163a8d90eef8f..9731321d4ae2908accc5a12db0ae7c83179bf950 100644
(file)
--- a/
lib-src/hexl.c
+++ b/
lib-src/hexl.c
@@
-1,3
+1,7
@@
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <stdio.h>
#include <ctype.h>
#ifdef DOS_NT